From 562cf4ae48e153978fe52a404ca85d32f8b1029a Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Wed, 22 Oct 2014 22:02:15 -0700 Subject: [PATCH] Fix typo in src/doc/manifest.md --- src/doc/manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 8a55a254e..c7d6afbb2 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -329,8 +329,8 @@ When you run `cargo test`, Cargo will: Both `[[bin]]` and `[lib]` sections support similar configuration for specifying how a target should be built. The example below uses `[lib]`, but it also -applies to all `[[bin]]` sections as well. All values listed ar the defaults for -that option unless otherwise specified. +applies to all `[[bin]]` sections as well. All values listed are the defaults +for that option unless otherwise specified. ```toml [package] -- 2.30.2